home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
005
/
taxpln.arc
/
COPYHD.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-03-20
|
1KB
|
19 lines
echo off
cls
echo Preparing to install Tax-Planner on the Harddisk. If you started this
echo procedure in error enter ctrl+break to abort the procedure. The batch
echo file TP87.BAT will be written to the root directory of the harddisk and
echo the subdirectory TP87 will be created. The Tax-Planner files will then be
echo copied to the TP87 directory. You will be able to execute Tax-Planner by
echo entering TP87 if the TP87.BAT file remains in your root directory or in
echo the PATH you set up in a Path command.
pause
echo Copying TP87.BAT to Harddisk C:\
copy A:tp87hd.bat c:\tp87.bat/v >nul
echo Creating directory TP87 on Harddisk C
md c:\TP87 >nul
echo Copying Tax-Planner files to Harddisk C
copy A:*.EXE c:\TP87\*.*/v >nul
echo All done. Remove the Tax-Planner diskette from the disk drive and place
echo a write protect tab on it so that it can be retained as a backup copy.